home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / winsock / yawtel07.zip / YAWTEL.TXT < prev   
Text File  |  1995-07-13  |  3KB  |  80 lines

  1. Yet Another Windows socket Telnet
  2.  
  3. Version 0.7 Beta
  4.  
  5. This is a beta release of a Windows Socket compatible telnet.
  6. This telnet was especially designed with Mosaic or Netscape in mind and 
  7. parses the commandline for telnet sessions.  Just make yawtel the default 
  8. for telnet sessions
  9.  
  10. I have spend most of my time making the vt100 emulation complete.  Other
  11. features like host profiles, screen scrollback, etc. are all planned but 
  12. remain unimplemented.  You can guide me as to which features your think
  13. would be good/necessary to have.  Just drop me an email.
  14.  
  15. This software is going shareware, but but the fee will be very low.
  16. You are allowed to use this beta version for testing only.
  17. See license.txt for the license agreement.
  18.  
  19. Revision History
  20.  
  21. 0.1    Initial release
  22. 0.2    Fixed some emulation bugs
  23.        Added cut and paste
  24.        Leave screen running after connection dies
  25. 0.3    More emulation bugs fixed
  26.        Fixed keyboard code so that all (hopefully) keys work
  27.        Added bold and inverse highlighting
  28.        Use telnet.ini in your windows directory:
  29.          [Settings]
  30.          font=Courier New
  31.          fontsize=12
  32.  
  33. 0.4    Added the selection of hosts from a pool of 10
  34.        Improved screen updates.  Should be faster (let me know).
  35.        Foreground, background color selection
  36.        Fix the focus bug
  37.        Removed key shortcuts from the edit menu (may interfere with
  38.        emulation).
  39. 0.5    Fixed several bugs in the emulation.
  40.        Added a setup dialog (not completely functional)
  41.        Added graphical characters for those dec machines
  42. 0.6       Interim release.  Addition of print screen
  43.        Remembers the wrap setting when made from the setting dialog
  44. 0.7    Fixes the placement of the window when yawtel starts
  45.        Also changes the way font sizes are handled.
  46.                NOTE: the size parameter in the ini file has a slighlty
  47.                   different meaning.
  48.  
  49.  
  50. KNOW BUGS:
  51. - tabs are not implemented and seem to cause some problems with the cursor 
  52.   positioning code.  
  53. - keyboard mapping remains incomplete.  del/bs switch not implemented.
  54. - sometimes characters like 2m show up when multiple attributes are set
  55.   in one escape code.
  56. - scrolling up and down in an editor is a little buggy
  57.   
  58. INI FILE SETTINGS:
  59. These settings can appear in the file telnet.ini in your windows directory.
  60. None of these are needed as there are defaults for all of them
  61. [Settings]
  62. font=Courier New            ; the name of the font to use.
  63. fontsize=12                    ; the size of the font to use.
  64. fgcolor=0,0,0                ; red,green,blue values for fg color (0-255)
  65. bgcolor=255,255,255            ; red green,blue values for bg color (0-255)
  66. autoexit=0                    ; close window on exit? (0,1)
  67.  
  68. [Hosts]                        ; section for the last 10 hosts
  69. host1=put.your.host.here    ; updated automatically                                           
  70.   :
  71. host10=another.host
  72.  
  73. More ini settings will appear in later versions.  All of which will be
  74. configurable from the setup dialog.
  75.  
  76. Please contact me if you find other bugs: afn01146@freenet.ufl.edu
  77.  
  78. Hans van Oostrom
  79. July 13, 1995.
  80.